[INFO] cloning repository https://github.com/aaronlindsay879/rustyos
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/aaronlindsay879/rustyos" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Faaronlindsay879%2Frustyos", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Faaronlindsay879%2Frustyos'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] 2fa9065c5ae09641ffc38df94e6c2494ebf65643
[INFO] fixing aaronlindsay879/rustyos against try#622891a4e29178280638a6b63a8908bde2c0c854+cargoflags=-Zfix-edition=start=2015 for pr-157817-2
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Faaronlindsay879%2Frustyos" "/workspace/builds/worker-6-tc1/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-6-tc1/source'...
[INFO] [stderr] done.
[INFO] removed /workspace/builds/worker-6-tc1/source/.cargo/config.toml
[INFO] started tweaking git repo https://github.com/aaronlindsay879/rustyos
[INFO] finished tweaking git repo https://github.com/aaronlindsay879/rustyos
[INFO] tweaked toml for git repo https://github.com/aaronlindsay879/rustyos written to /workspace/builds/worker-6-tc1/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/aaronlindsay879/rustyos on toolchain 622891a4e29178280638a6b63a8908bde2c0c854
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/aaronlindsay879/rustyos already has a lockfile, it will not be regenerated
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc1/source:/opt/rustwide/workdir:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-m" "1610612736" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:3a6becf2bc8dde7f3fa57ede90e4f284e72d296796fc446bbb1e2c7cc0530151" "sleep" "infinity", kill_on_drop: false }`
[INFO] [stdout] a566620dfa86d0cbf9b37a52dd419b05fcd2e15c6e30d9b009b15e12bbc82fb4
[INFO] running `Command { std: "docker" "start" "a566620dfa86d0cbf9b37a52dd419b05fcd2e15c6e30d9b009b15e12bbc82fb4", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-w" "/opt/rustwide/workdir" "--user" "0:0" "a566620dfa86d0cbf9b37a52dd419b05fcd2e15c6e30d9b009b15e12bbc82fb4" "/opt/rustwide/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "a566620dfa86d0cbf9b37a52dd419b05fcd2e15c6e30d9b009b15e12bbc82fb4", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=" "-e" "RUSTDOCFLAGS=" "-w" "/opt/rustwide/workdir" "--user" "0:0" "a566620dfa86d0cbf9b37a52dd419b05fcd2e15c6e30d9b009b15e12bbc82fb4" "/opt/rustwide/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "fix" "--allow-no-vcs" "--allow-dirty" "--frozen" "--all" "--all-targets" "--message-format=json" "-Zfix-edition=start=2015", kill_on_drop: false }`
[INFO] [stderr]     Checking std v0.1.0 (/opt/rustwide/workdir/std)
[INFO] [stderr]     Checking log v0.4.27
[INFO] [stderr]     Checking bit_field v0.10.2
[INFO] [stderr]     Checking bitflags v2.9.1
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> std/src/mutex.rs:34:17
[INFO] [stdout]    |
[INFO] [stdout] 34 |     pub fn lock(&self) -> MutexGuard<T> {
[INFO] [stdout]    |                 ^^^^^     ^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]    |                 |
[INFO] [stdout]    |                 the lifetime is elided here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout]    = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]    |
[INFO] [stdout] 34 |     pub fn lock(&self) -> MutexGuard<'_, T> {
[INFO] [stdout]    |                                      +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> std/src/mutex.rs:34:17
[INFO] [stdout]    |
[INFO] [stdout] 34 |     pub fn lock(&self) -> MutexGuard<T> {
[INFO] [stdout]    |                 ^^^^^     ^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]    |                 |
[INFO] [stdout]    |                 the lifetime is elided here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout]    = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]    |
[INFO] [stdout] 34 |     pub fn lock(&self) -> MutexGuard<'_, T> {
[INFO] [stdout]    |                                      +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> std/src/mutex.rs:34:17
[INFO] [stdout]    |
[INFO] [stdout] 34 |     pub fn lock(&self) -> MutexGuard<T> {
[INFO] [stdout]    |                 ^^^^^     ^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]    |                 |
[INFO] [stdout]    |                 the lifetime is elided here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout]    = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]    |
[INFO] [stdout] 34 |     pub fn lock(&self) -> MutexGuard<'_, T> {
[INFO] [stdout]    |                                      +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Checking multiboot v0.1.0 (/opt/rustwide/workdir/multiboot)
[INFO] [stderr]     Checking acpi v0.1.0 (/opt/rustwide/workdir/acpi)
[INFO] [stdout] error: cannot find attribute `const_trait` in this scope
[INFO] [stdout]  --> multiboot/src/header/header_tag.rs:6:3
[INFO] [stdout]   |
[INFO] [stdout] 6 | #[const_trait]
[INFO] [stdout]   |   ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find attribute `const_trait` in this scope
[INFO] [stdout]  --> multiboot/src/header/header_tag.rs:6:3
[INFO] [stdout]   |
[INFO] [stdout] 6 | #[const_trait]
[INFO] [stdout]   |   ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find attribute `const_trait` in this scope
[INFO] [stdout]  --> multiboot/src/header/header_tag.rs:6:3
[INFO] [stdout]   |
[INFO] [stdout] 6 | #[const_trait]
[INFO] [stdout]   |   ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: const `impl` for trait `HeaderTag` which is not `const`
[INFO] [stdout]   --> multiboot/src/header/address.rs:23:12
[INFO] [stdout]    |
[INFO] [stdout] 23 | impl const HeaderTag for Address {
[INFO] [stdout]    |            ^^^^^^^^^ this trait is not `const`
[INFO] [stdout]    |
[INFO] [stdout]    = note: marking a trait with `const` ensures all default method bodies are `const`
[INFO] [stdout]    = note: adding a non-const method body in the future would be a breaking change
[INFO] [stdout] help: mark `HeaderTag` as `const` to allow it to have `const` implementations
[INFO] [stdout]   --> multiboot/src/header/header_tag.rs:7:5
[INFO] [stdout]    |
[INFO] [stdout]  7 | pub const trait HeaderTag {
[INFO] [stdout]    |     +++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: const `impl` for trait `HeaderTag` which is not `const`
[INFO] [stdout]   --> multiboot/src/header/console_flags.rs:19:12
[INFO] [stdout]    |
[INFO] [stdout] 19 | impl const HeaderTag for ConsoleFlags {
[INFO] [stdout]    |            ^^^^^^^^^ this trait is not `const`
[INFO] [stdout]    |
[INFO] [stdout]    = note: marking a trait with `const` ensures all default method bodies are `const`
[INFO] [stdout]    = note: adding a non-const method body in the future would be a breaking change
[INFO] [stdout] help: mark `HeaderTag` as `const` to allow it to have `const` implementations
[INFO] [stdout]   --> multiboot/src/header/header_tag.rs:7:5
[INFO] [stdout]    |
[INFO] [stdout]  7 | pub const trait HeaderTag {
[INFO] [stdout]    |     +++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: const `impl` for trait `HeaderTag` which is not `const`
[INFO] [stdout]   --> multiboot/src/header/dummy.rs:10:12
[INFO] [stdout]    |
[INFO] [stdout] 10 | impl const HeaderTag for DummyTag {
[INFO] [stdout]    |            ^^^^^^^^^ this trait is not `const`
[INFO] [stdout]    |
[INFO] [stdout]    = note: marking a trait with `const` ensures all default method bodies are `const`
[INFO] [stdout]    = note: adding a non-const method body in the future would be a breaking change
[INFO] [stdout] help: mark `HeaderTag` as `const` to allow it to have `const` implementations
[INFO] [stdout]   --> multiboot/src/header/header_tag.rs:7:5
[INFO] [stdout]    |
[INFO] [stdout]  7 | pub const trait HeaderTag {
[INFO] [stdout]    |     +++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: const `impl` for trait `HeaderTag` which is not `const`
[INFO] [stdout]   --> multiboot/src/header/efi_boot_services.rs:15:12
[INFO] [stdout]    |
[INFO] [stdout] 15 | impl const HeaderTag for EfiBootServices {
[INFO] [stdout]    |            ^^^^^^^^^ this trait is not `const`
[INFO] [stdout]    |
[INFO] [stdout]    = note: marking a trait with `const` ensures all default method bodies are `const`
[INFO] [stdout]    = note: adding a non-const method body in the future would be a breaking change
[INFO] [stdout] help: mark `HeaderTag` as `const` to allow it to have `const` implementations
[INFO] [stdout]   --> multiboot/src/header/header_tag.rs:7:5
[INFO] [stdout]    |
[INFO] [stdout]  7 | pub const trait HeaderTag {
[INFO] [stdout]    |     +++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: const `impl` for trait `HeaderTag` which is not `const`
[INFO] [stdout]   --> multiboot/src/header/entry_address.rs:46:33
[INFO] [stdout]    |
[INFO] [stdout] 46 | impl<E: EntryAddressType> const HeaderTag for EntryAddress<E> {
[INFO] [stdout]    |                                 ^^^^^^^^^ this trait is not `const`
[INFO] [stdout]    |
[INFO] [stdout]    = note: marking a trait with `const` ensures all default method bodies are `const`
[INFO] [stdout]    = note: adding a non-const method body in the future would be a breaking change
[INFO] [stdout] help: mark `HeaderTag` as `const` to allow it to have `const` implementations
[INFO] [stdout]   --> multiboot/src/header/header_tag.rs:7:5
[INFO] [stdout]    |
[INFO] [stdout]  7 | pub const trait HeaderTag {
[INFO] [stdout]    |     +++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: const `impl` for trait `HeaderTag` which is not `const`
[INFO] [stdout]   --> multiboot/src/header/framebuffer.rs:21:12
[INFO] [stdout]    |
[INFO] [stdout] 21 | impl const HeaderTag for Framebuffer {
[INFO] [stdout]    |            ^^^^^^^^^ this trait is not `const`
[INFO] [stdout]    |
[INFO] [stdout]    = note: marking a trait with `const` ensures all default method bodies are `const`
[INFO] [stdout]    = note: adding a non-const method body in the future would be a breaking change
[INFO] [stdout] help: mark `HeaderTag` as `const` to allow it to have `const` implementations
[INFO] [stdout]   --> multiboot/src/header/header_tag.rs:7:5
[INFO] [stdout]    |
[INFO] [stdout]  7 | pub const trait HeaderTag {
[INFO] [stdout]    |     +++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: const `impl` for trait `HeaderTag` which is not `const`
[INFO] [stdout]   --> multiboot/src/header/information_request.rs:17:12
[INFO] [stdout]    |
[INFO] [stdout] 17 | impl const HeaderTag for InformationRequest {
[INFO] [stdout]    |            ^^^^^^^^^ this trait is not `const`
[INFO] [stdout]    |
[INFO] [stdout]    = note: marking a trait with `const` ensures all default method bodies are `const`
[INFO] [stdout]    = note: adding a non-const method body in the future would be a breaking change
[INFO] [stdout] help: mark `HeaderTag` as `const` to allow it to have `const` implementations
[INFO] [stdout]   --> multiboot/src/header/header_tag.rs:7:5
[INFO] [stdout]    |
[INFO] [stdout]  7 | pub const trait HeaderTag {
[INFO] [stdout]    |     +++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: const `impl` for trait `HeaderTag` which is not `const`
[INFO] [stdout]   --> multiboot/src/header/module_alignment.rs:15:12
[INFO] [stdout]    |
[INFO] [stdout] 15 | impl const HeaderTag for ModuleAlignment {
[INFO] [stdout]    |            ^^^^^^^^^ this trait is not `const`
[INFO] [stdout]    |
[INFO] [stdout]    = note: marking a trait with `const` ensures all default method bodies are `const`
[INFO] [stdout]    = note: adding a non-const method body in the future would be a breaking change
[INFO] [stdout] help: mark `HeaderTag` as `const` to allow it to have `const` implementations
[INFO] [stdout]   --> multiboot/src/header/header_tag.rs:7:5
[INFO] [stdout]    |
[INFO] [stdout]  7 | pub const trait HeaderTag {
[INFO] [stdout]    |     +++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: const `impl` for trait `HeaderTag` which is not `const`
[INFO] [stdout]   --> multiboot/src/header/relocatable.rs:35:12
[INFO] [stdout]    |
[INFO] [stdout] 35 | impl const HeaderTag for Relocatable {
[INFO] [stdout]    |            ^^^^^^^^^ this trait is not `const`
[INFO] [stdout]    |
[INFO] [stdout]    = note: marking a trait with `const` ensures all default method bodies are `const`
[INFO] [stdout]    = note: adding a non-const method body in the future would be a breaking change
[INFO] [stdout] help: mark `HeaderTag` as `const` to allow it to have `const` implementations
[INFO] [stdout]   --> multiboot/src/header/header_tag.rs:7:5
[INFO] [stdout]    |
[INFO] [stdout]  7 | pub const trait HeaderTag {
[INFO] [stdout]    |     +++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: `[const]` can only be applied to `const` traits
[INFO] [stdout]   --> multiboot/src/header/mod.rs:68:50
[INFO] [stdout]    |
[INFO] [stdout] 68 |     pub const fn write_tag(&mut self, tag: &impl ~const HeaderTag) -> &mut Self {
[INFO] [stdout]    |                                                  ^^^^^^ can't be applied to `header_tag::HeaderTag`
[INFO] [stdout]    |
[INFO] [stdout] help: mark `header_tag::HeaderTag` as `const` to allow it to have `const` implementations
[INFO] [stdout]   --> multiboot/src/header/header_tag.rs:7:5
[INFO] [stdout]    |
[INFO] [stdout]  7 | pub const trait HeaderTag {
[INFO] [stdout]    |     +++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: const `impl` for trait `HeaderTag` which is not `const`
[INFO] [stdout]   --> multiboot/src/header/address.rs:23:12
[INFO] [stdout]    |
[INFO] [stdout] 23 | impl const HeaderTag for Address {
[INFO] [stdout]    |            ^^^^^^^^^ this trait is not `const`
[INFO] [stdout]    |
[INFO] [stdout]    = note: marking a trait with `const` ensures all default method bodies are `const`
[INFO] [stdout]    = note: adding a non-const method body in the future would be a breaking change
[INFO] [stdout] help: mark `HeaderTag` as `const` to allow it to have `const` implementations
[INFO] [stdout]   --> multiboot/src/header/header_tag.rs:7:5
[INFO] [stdout]    |
[INFO] [stdout]  7 | pub const trait HeaderTag {
[INFO] [stdout]    |     +++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: const `impl` for trait `HeaderTag` which is not `const`
[INFO] [stdout]   --> multiboot/src/header/console_flags.rs:19:12
[INFO] [stdout]    |
[INFO] [stdout] 19 | impl const HeaderTag for ConsoleFlags {
[INFO] [stdout]    |            ^^^^^^^^^ this trait is not `const`
[INFO] [stdout]    |
[INFO] [stdout]    = note: marking a trait with `const` ensures all default method bodies are `const`
[INFO] [stdout]    = note: adding a non-const method body in the future would be a breaking change
[INFO] [stdout] help: mark `HeaderTag` as `const` to allow it to have `const` implementations
[INFO] [stdout]   --> multiboot/src/header/header_tag.rs:7:5
[INFO] [stdout]    |
[INFO] [stdout]  7 | pub const trait HeaderTag {
[INFO] [stdout]    |     +++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: const `impl` for trait `HeaderTag` which is not `const`
[INFO] [stdout]   --> multiboot/src/header/dummy.rs:10:12
[INFO] [stdout]    |
[INFO] [stdout] 10 | impl const HeaderTag for DummyTag {
[INFO] [stdout]    |            ^^^^^^^^^ this trait is not `const`
[INFO] [stdout]    |
[INFO] [stdout]    = note: marking a trait with `const` ensures all default method bodies are `const`
[INFO] [stdout]    = note: adding a non-const method body in the future would be a breaking change
[INFO] [stdout] help: mark `HeaderTag` as `const` to allow it to have `const` implementations
[INFO] [stdout]   --> multiboot/src/header/header_tag.rs:7:5
[INFO] [stdout]    |
[INFO] [stdout]  7 | pub const trait HeaderTag {
[INFO] [stdout]    |     +++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: const `impl` for trait `HeaderTag` which is not `const`
[INFO] [stdout]   --> multiboot/src/header/efi_boot_services.rs:15:12
[INFO] [stdout]    |
[INFO] [stdout] 15 | impl const HeaderTag for EfiBootServices {
[INFO] [stdout]    |            ^^^^^^^^^ this trait is not `const`
[INFO] [stdout]    |
[INFO] [stdout]    = note: marking a trait with `const` ensures all default method bodies are `const`
[INFO] [stdout]    = note: adding a non-const method body in the future would be a breaking change
[INFO] [stdout] help: mark `HeaderTag` as `const` to allow it to have `const` implementations
[INFO] [stdout]   --> multiboot/src/header/header_tag.rs:7:5
[INFO] [stdout]    |
[INFO] [stdout]  7 | pub const trait HeaderTag {
[INFO] [stdout]    |     +++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: const `impl` for trait `HeaderTag` which is not `const`
[INFO] [stdout]   --> multiboot/src/header/entry_address.rs:46:33
[INFO] [stdout]    |
[INFO] [stdout] 46 | impl<E: EntryAddressType> const HeaderTag for EntryAddress<E> {
[INFO] [stdout]    |                                 ^^^^^^^^^ this trait is not `const`
[INFO] [stdout]    |
[INFO] [stdout]    = note: marking a trait with `const` ensures all default method bodies are `const`
[INFO] [stdout]    = note: adding a non-const method body in the future would be a breaking change
[INFO] [stdout] help: mark `HeaderTag` as `const` to allow it to have `const` implementations
[INFO] [stdout]   --> multiboot/src/header/header_tag.rs:7:5
[INFO] [stdout]    |
[INFO] [stdout]  7 | pub const trait HeaderTag {
[INFO] [stdout]    |     +++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: const `impl` for trait `HeaderTag` which is not `const`
[INFO] [stdout]   --> multiboot/src/header/framebuffer.rs:21:12
[INFO] [stdout]    |
[INFO] [stdout] 21 | impl const HeaderTag for Framebuffer {
[INFO] [stdout]    |            ^^^^^^^^^ this trait is not `const`
[INFO] [stdout]    |
[INFO] [stdout]    = note: marking a trait with `const` ensures all default method bodies are `const`
[INFO] [stdout]    = note: adding a non-const method body in the future would be a breaking change
[INFO] [stdout] help: mark `HeaderTag` as `const` to allow it to have `const` implementations
[INFO] [stdout]   --> multiboot/src/header/header_tag.rs:7:5
[INFO] [stdout]    |
[INFO] [stdout]  7 | pub const trait HeaderTag {
[INFO] [stdout]    |     +++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: const `impl` for trait `HeaderTag` which is not `const`
[INFO] [stdout]   --> multiboot/src/header/information_request.rs:17:12
[INFO] [stdout]    |
[INFO] [stdout] 17 | impl const HeaderTag for InformationRequest {
[INFO] [stdout]    |            ^^^^^^^^^ this trait is not `const`
[INFO] [stdout]    |
[INFO] [stdout]    = note: marking a trait with `const` ensures all default method bodies are `const`
[INFO] [stdout]    = note: adding a non-const method body in the future would be a breaking change
[INFO] [stdout] help: mark `HeaderTag` as `const` to allow it to have `const` implementations
[INFO] [stdout]   --> multiboot/src/header/header_tag.rs:7:5
[INFO] [stdout]    |
[INFO] [stdout]  7 | pub const trait HeaderTag {
[INFO] [stdout]    |     +++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: const `impl` for trait `HeaderTag` which is not `const`
[INFO] [stdout]   --> multiboot/src/header/module_alignment.rs:15:12
[INFO] [stdout]    |
[INFO] [stdout] 15 | impl const HeaderTag for ModuleAlignment {
[INFO] [stdout]    |            ^^^^^^^^^ this trait is not `const`
[INFO] [stdout]    |
[INFO] [stdout]    = note: marking a trait with `const` ensures all default method bodies are `const`
[INFO] [stdout]    = note: adding a non-const method body in the future would be a breaking change
[INFO] [stdout] help: mark `HeaderTag` as `const` to allow it to have `const` implementations
[INFO] [stdout]   --> multiboot/src/header/header_tag.rs:7:5
[INFO] [stdout]    |
[INFO] [stdout]  7 | pub const trait HeaderTag {
[INFO] [stdout]    |     +++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: const `impl` for trait `HeaderTag` which is not `const`
[INFO] [stdout]   --> multiboot/src/header/relocatable.rs:35:12
[INFO] [stdout]    |
[INFO] [stdout] 35 | impl const HeaderTag for Relocatable {
[INFO] [stdout]    |            ^^^^^^^^^ this trait is not `const`
[INFO] [stdout]    |
[INFO] [stdout]    = note: marking a trait with `const` ensures all default method bodies are `const`
[INFO] [stdout]    = note: adding a non-const method body in the future would be a breaking change
[INFO] [stdout] help: mark `HeaderTag` as `const` to allow it to have `const` implementations
[INFO] [stdout]   --> multiboot/src/header/header_tag.rs:7:5
[INFO] [stdout]    |
[INFO] [stdout]  7 | pub const trait HeaderTag {
[INFO] [stdout]    |     +++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: const `impl` for trait `HeaderTag` which is not `const`
[INFO] [stdout]   --> multiboot/src/header/address.rs:23:12
[INFO] [stdout]    |
[INFO] [stdout] 23 | impl const HeaderTag for Address {
[INFO] [stdout]    |            ^^^^^^^^^ this trait is not `const`
[INFO] [stdout]    |
[INFO] [stdout]    = note: marking a trait with `const` ensures all default method bodies are `const`
[INFO] [stdout]    = note: adding a non-const method body in the future would be a breaking change
[INFO] [stdout] help: mark `HeaderTag` as `const` to allow it to have `const` implementations
[INFO] [stdout]   --> multiboot/src/header/header_tag.rs:7:5
[INFO] [stdout]    |
[INFO] [stdout]  7 | pub const trait HeaderTag {
[INFO] [stdout]    |     +++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: const `impl` for trait `HeaderTag` which is not `const`
[INFO] [stdout]   --> multiboot/src/header/console_flags.rs:19:12
[INFO] [stdout]    |
[INFO] [stdout] 19 | impl const HeaderTag for ConsoleFlags {
[INFO] [stdout]    |            ^^^^^^^^^ this trait is not `const`
[INFO] [stdout]    |
[INFO] [stdout]    = note: marking a trait with `const` ensures all default method bodies are `const`
[INFO] [stdout]    = note: adding a non-const method body in the future would be a breaking change
[INFO] [stdout] help: mark `HeaderTag` as `const` to allow it to have `const` implementations
[INFO] [stdout]   --> multiboot/src/header/header_tag.rs:7:5
[INFO] [stdout]    |
[INFO] [stdout]  7 | pub const trait HeaderTag {
[INFO] [stdout]    |     +++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: const `impl` for trait `HeaderTag` which is not `const`
[INFO] [stdout]   --> multiboot/src/header/dummy.rs:10:12
[INFO] [stdout]    |
[INFO] [stdout] 10 | impl const HeaderTag for DummyTag {
[INFO] [stdout]    |            ^^^^^^^^^ this trait is not `const`
[INFO] [stdout]    |
[INFO] [stdout]    = note: marking a trait with `const` ensures all default method bodies are `const`
[INFO] [stdout]    = note: adding a non-const method body in the future would be a breaking change
[INFO] [stdout] help: mark `HeaderTag` as `const` to allow it to have `const` implementations
[INFO] [stdout]   --> multiboot/src/header/header_tag.rs:7:5
[INFO] [stdout]    |
[INFO] [stdout]  7 | pub const trait HeaderTag {
[INFO] [stdout]    |     +++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: const `impl` for trait `HeaderTag` which is not `const`
[INFO] [stdout]   --> multiboot/src/header/efi_boot_services.rs:15:12
[INFO] [stdout]    |
[INFO] [stdout] 15 | impl const HeaderTag for EfiBootServices {
[INFO] [stdout]    |            ^^^^^^^^^ this trait is not `const`
[INFO] [stdout]    |
[INFO] [stdout]    = note: marking a trait with `const` ensures all default method bodies are `const`
[INFO] [stdout]    = note: adding a non-const method body in the future would be a breaking change
[INFO] [stdout] help: mark `HeaderTag` as `const` to allow it to have `const` implementations
[INFO] [stdout]   --> multiboot/src/header/header_tag.rs:7:5
[INFO] [stdout]    |
[INFO] [stdout]  7 | pub const trait HeaderTag {
[INFO] [stdout]    |     +++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: const `impl` for trait `HeaderTag` which is not `const`
[INFO] [stdout]   --> multiboot/src/header/entry_address.rs:46:33
[INFO] [stdout]    |
[INFO] [stdout] 46 | impl<E: EntryAddressType> const HeaderTag for EntryAddress<E> {
[INFO] [stdout]    |                                 ^^^^^^^^^ this trait is not `const`
[INFO] [stdout]    |
[INFO] [stdout]    = note: marking a trait with `const` ensures all default method bodies are `const`
[INFO] [stdout]    = note: adding a non-const method body in the future would be a breaking change
[INFO] [stdout] help: mark `HeaderTag` as `const` to allow it to have `const` implementations
[INFO] [stdout]   --> multiboot/src/header/header_tag.rs:7:5
[INFO] [stdout]    |
[INFO] [stdout]  7 | pub const trait HeaderTag {
[INFO] [stdout]    |     +++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: const `impl` for trait `HeaderTag` which is not `const`
[INFO] [stdout]   --> multiboot/src/header/framebuffer.rs:21:12
[INFO] [stdout]    |
[INFO] [stdout] 21 | impl const HeaderTag for Framebuffer {
[INFO] [stdout]    |            ^^^^^^^^^ this trait is not `const`
[INFO] [stdout]    |
[INFO] [stdout]    = note: marking a trait with `const` ensures all default method bodies are `const`
[INFO] [stdout]    = note: adding a non-const method body in the future would be a breaking change
[INFO] [stdout] help: mark `HeaderTag` as `const` to allow it to have `const` implementations
[INFO] [stdout]   --> multiboot/src/header/header_tag.rs:7:5
[INFO] [stdout]    |
[INFO] [stdout]  7 | pub const trait HeaderTag {
[INFO] [stdout]    |     +++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: const `impl` for trait `HeaderTag` which is not `const`
[INFO] [stdout]   --> multiboot/src/header/information_request.rs:17:12
[INFO] [stdout]    |
[INFO] [stdout] 17 | impl const HeaderTag for InformationRequest {
[INFO] [stdout]    |            ^^^^^^^^^ this trait is not `const`
[INFO] [stdout]    |
[INFO] [stdout]    = note: marking a trait with `const` ensures all default method bodies are `const`
[INFO] [stdout]    = note: adding a non-const method body in the future would be a breaking change
[INFO] [stdout] help: mark `HeaderTag` as `const` to allow it to have `const` implementations
[INFO] [stdout]   --> multiboot/src/header/header_tag.rs:7:5
[INFO] [stdout]    |
[INFO] [stdout]  7 | pub const trait HeaderTag {
[INFO] [stdout]    |     +++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: `[const]` can only be applied to `const` traits
[INFO] [stdout]   --> multiboot/src/header/mod.rs:68:50
[INFO] [stdout]    |
[INFO] [stdout] 68 |     pub const fn write_tag(&mut self, tag: &impl ~const HeaderTag) -> &mut Self {
[INFO] [stdout]    |                                                  ^^^^^^ can't be applied to `header_tag::HeaderTag`
[INFO] [stdout]    |
[INFO] [stdout] help: mark `header_tag::HeaderTag` as `const` to allow it to have `const` implementations
[INFO] [stdout]   --> multiboot/src/header/header_tag.rs:7:5
[INFO] [stdout]    |
[INFO] [stdout]  7 | pub const trait HeaderTag {
[INFO] [stdout]    |     +++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: const `impl` for trait `HeaderTag` which is not `const`
[INFO] [stdout]   --> multiboot/src/header/module_alignment.rs:15:12
[INFO] [stdout]    |
[INFO] [stdout] 15 | impl const HeaderTag for ModuleAlignment {
[INFO] [stdout]    |            ^^^^^^^^^ this trait is not `const`
[INFO] [stdout]    |
[INFO] [stdout]    = note: marking a trait with `const` ensures all default method bodies are `const`
[INFO] [stdout]    = note: adding a non-const method body in the future would be a breaking change
[INFO] [stdout] help: mark `HeaderTag` as `const` to allow it to have `const` implementations
[INFO] [stdout]   --> multiboot/src/header/header_tag.rs:7:5
[INFO] [stdout]    |
[INFO] [stdout]  7 | pub const trait HeaderTag {
[INFO] [stdout]    |     +++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: const `impl` for trait `HeaderTag` which is not `const`
[INFO] [stdout]   --> multiboot/src/header/relocatable.rs:35:12
[INFO] [stdout]    |
[INFO] [stdout] 35 | impl const HeaderTag for Relocatable {
[INFO] [stdout]    |            ^^^^^^^^^ this trait is not `const`
[INFO] [stdout]    |
[INFO] [stdout]    = note: marking a trait with `const` ensures all default method bodies are `const`
[INFO] [stdout]    = note: adding a non-const method body in the future would be a breaking change
[INFO] [stdout] help: mark `HeaderTag` as `const` to allow it to have `const` implementations
[INFO] [stdout]   --> multiboot/src/header/header_tag.rs:7:5
[INFO] [stdout]    |
[INFO] [stdout]  7 | pub const trait HeaderTag {
[INFO] [stdout]    |     +++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0015]: cannot call non-const method `<impl [const] HeaderTag as header_tag::HeaderTag>::write_tag` in constant functions
[INFO] [stdout]   --> multiboot/src/header/mod.rs:69:13
[INFO] [stdout]    |
[INFO] [stdout] 69 |         tag.write_tag(&mut self.out_cursor);
[INFO] [stdout]    |             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout] note: method `write_tag` is not const because trait `HeaderTag` is not const
[INFO] [stdout]   --> multiboot/src/header/header_tag.rs:7:1
[INFO] [stdout]    |
[INFO] [stdout]  7 | pub trait HeaderTag {
[INFO] [stdout]    | ^^^^^^^^^^^^^^^^^^^ this trait is not const
[INFO] [stdout] ...
[INFO] [stdout] 16 |     fn write_tag(&self, out: &mut Cursor) {
[INFO] [stdout]    |     ------------------------------------- this method is not const
[INFO] [stdout]    = note: calls in constant functions are limited to constant functions, tuple structs and tuple variants
[INFO] [stdout] help: consider making trait `HeaderTag` const
[INFO] [stdout]   --> multiboot/src/header/header_tag.rs:7:5
[INFO] [stdout]    |
[INFO] [stdout]  7 | pub const trait HeaderTag {
[INFO] [stdout]    |     +++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0015`.
[INFO] [stdout] 
[INFO] [stdout] error: `[const]` can only be applied to `const` traits
[INFO] [stdout]   --> multiboot/src/header/mod.rs:68:50
[INFO] [stdout]    |
[INFO] [stdout] 68 |     pub const fn write_tag(&mut self, tag: &impl ~const HeaderTag) -> &mut Self {
[INFO] [stdout]    |                                                  ^^^^^^ can't be applied to `header_tag::HeaderTag`
[INFO] [stdout]    |
[INFO] [stdout] help: mark `header_tag::HeaderTag` as `const` to allow it to have `const` implementations
[INFO] [stdout]   --> multiboot/src/header/header_tag.rs:7:5
[INFO] [stdout]    |
[INFO] [stdout]  7 | pub const trait HeaderTag {
[INFO] [stdout]    |     +++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `multiboot` (lib test) due to 12 previous errors
[INFO] [stderr] warning: build failed, waiting for other jobs to finish...
[INFO] [stdout] error[E0015]: cannot call non-const method `<impl [const] HeaderTag as header_tag::HeaderTag>::write_tag` in constant functions
[INFO] [stdout]   --> multiboot/src/header/mod.rs:69:13
[INFO] [stdout]    |
[INFO] [stdout] 69 |         tag.write_tag(&mut self.out_cursor);
[INFO] [stdout]    |             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout] note: method `write_tag` is not const because trait `HeaderTag` is not const
[INFO] [stdout]   --> multiboot/src/header/header_tag.rs:7:1
[INFO] [stdout]    |
[INFO] [stdout]  7 | pub trait HeaderTag {
[INFO] [stdout]    | ^^^^^^^^^^^^^^^^^^^ this trait is not const
[INFO] [stdout] ...
[INFO] [stdout] 16 |     fn write_tag(&self, out: &mut Cursor) {
[INFO] [stdout]    |     ------------------------------------- this method is not const
[INFO] [stdout]    = note: calls in constant functions are limited to constant functions, tuple structs and tuple variants
[INFO] [stdout] help: consider making trait `HeaderTag` const
[INFO] [stdout]   --> multiboot/src/header/header_tag.rs:7:5
[INFO] [stdout]    |
[INFO] [stdout]  7 | pub const trait HeaderTag {
[INFO] [stdout]    |     +++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0015`.
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `multiboot` (lib) due to 12 previous errors
[INFO] [stdout] error[E0015]: cannot call non-const method `<impl [const] HeaderTag as header_tag::HeaderTag>::write_tag` in constant functions
[INFO] [stdout]   --> multiboot/src/header/mod.rs:69:13
[INFO] [stdout]    |
[INFO] [stdout] 69 |         tag.write_tag(&mut self.out_cursor);
[INFO] [stdout]    |             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout] note: method `write_tag` is not const because trait `HeaderTag` is not const
[INFO] [stdout]   --> multiboot/src/header/header_tag.rs:7:1
[INFO] [stdout]    |
[INFO] [stdout]  7 | pub trait HeaderTag {
[INFO] [stdout]    | ^^^^^^^^^^^^^^^^^^^ this trait is not const
[INFO] [stdout] ...
[INFO] [stdout] 16 |     fn write_tag(&self, out: &mut Cursor) {
[INFO] [stdout]    |     ------------------------------------- this method is not const
[INFO] [stdout]    = note: calls in constant functions are limited to constant functions, tuple structs and tuple variants
[INFO] [stdout] help: consider making trait `HeaderTag` const
[INFO] [stdout]   --> multiboot/src/header/header_tag.rs:7:5
[INFO] [stdout]    |
[INFO] [stdout]  7 | pub const trait HeaderTag {
[INFO] [stdout]    |     +++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0015`.
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `multiboot` (lib) due to 12 previous errors
[INFO] running `Command { std: "docker" "inspect" "a566620dfa86d0cbf9b37a52dd419b05fcd2e15c6e30d9b009b15e12bbc82fb4", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "a566620dfa86d0cbf9b37a52dd419b05fcd2e15c6e30d9b009b15e12bbc82fb4", kill_on_drop: false }`
[INFO] [stdout] a566620dfa86d0cbf9b37a52dd419b05fcd2e15c6e30d9b009b15e12bbc82fb4
